const github.com/andybalholm/brotli.maxInputBlockBits

3 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L34: const maxInputBlockBits = 24
		quality.go#L99: 		lgblock = brotli_min_int(maxInputBlockBits, brotli_max_int(minInputBlockBits, lgblock))
		quality.go#L115: 	var bits int = brotli_min_int(computeRbBits(params), maxInputBlockBits)